home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / kmail293.zip / HISTORY < prev    next >
Text File  |  1992-10-04  |  15KB  |  370 lines

  1. KMAIL293 - 10/04/92
  2.  
  3.          - Allow Net sysops to deselect forced conferences.
  4.  
  5.          - Added .CFG parms RO1=, RO2=, and RO3= to allow defination
  6.            of up to three Read-Only conferences. (see sample CFG)
  7.  
  8.          - If a "disk-full" condition was encountered while scanning
  9.            messages Kmail would currupt memory an cause a system lockup.
  10.            Finally nailed this one down after many hours of tracing.
  11.  
  12.          - Fixed runtime error 201 in conference selection routine.
  13.  
  14.          - Added .CFG parms FC1=, FC2=, and FC3= to allow defining
  15.            forced conferences. (ex: FC1=0) to force conference 0.
  16.  
  17.  
  18.          - Added code to check the required security level to enter
  19.            messages. This allows the sysop to define read-only
  20.            conferences by using a negative number in in the added_security
  21.            field of one or more conferences.
  22.  
  23.          - Broke the extended services file send in v2.92, Fixed!
  24.  
  25.          - Added support for 12000 carrier speed, you'll need to add
  26.            a Speed=12000 to KMAIL.CFG file.
  27.  
  28.  
  29. KMAIL292 - 07/05/92
  30.  
  31.            Added additional offline configuration options. In addition
  32.            to the normal Add, Drop, and Reset... the following new
  33.            options are accepted by Kmail:
  34.  
  35.            Yours #     (select a conference and scan only Your mail)
  36.            YA #        (select a conference and scan your mail +
  37.                         mail addressed to All).
  38.  
  39.            The # is an optional parameter. If positive the last-read
  40.            is set to that value, if negative, the last-read pointer
  41.            is set to that number of messages below the high number.
  42.  
  43.            Fixed an unusual case where bi-directional xfers would fail.
  44.  
  45.            More adjustments to the routine handling the NoTime option.
  46.  
  47.            Added the ability to run KMail from a batch file using the
  48.            PCB /localon switch. Uploading, downloading and stacked
  49.            commands are all supported.  See sample KMBATCH.BAT file.
  50.  
  51.            Changes in NoTime processing to prevent crediting too much
  52.            time in some cases.
  53.  
  54.            Added NoTime=Yes/No option in the CFG file.
  55.  
  56.            Closed security exposure when using the Block-Add routine
  57.            to select conferences.
  58.  
  59.            Changed the wording on the conference Block-Add function
  60.            to help clarify the meaning of the prompt.
  61.  
  62.            Disabled checking the BBS name in the KMAIL.KEY file due to
  63.            the problems associated with multi-node systems having a
  64.            unique name on each node. Now, only the sysop name is checked.
  65.  
  66.            Corrected processing of the .PNT file. Last-read pointers
  67.            were out of sync by one conference.
  68.  
  69.            Added a check when downloading in local mode to test if a
  70.            QWK file already exists in the target directory. The user
  71.            is given the option to continue or cancel the operation.
  72.  
  73.            Installed filters to test for invalid/non-displayable chars
  74.            in the To/From name field of the message header record. These
  75.            invalid characters would prevent TCAN filters from working.
  76.            Any messages with invalid characters will be TCAN'ed by KMail.
  77.  
  78.  
  79. KMAIL291A  03/09/92
  80.  
  81.            Automatic logoff was not working correctly if Disable_Goodbye
  82.            option was enabled in the CFG file.
  83.  
  84. KMAIL291 - 03/05/92
  85.  
  86.            Broke the bulletin scan routine earlier in this beta cycle.
  87.            It ended up trying to scan bulletins from the highest
  88.            numbered conference. Fixed!
  89.  
  90.            Added the beginning of multi-lingual support. You may now
  91.            customize the following files with a .language extension
  92.            as necessary. The English versions will NOT have a .extension.
  93.            KMail also supports the PCB @XX color codes in these files.
  94.  
  95.               NEWUSER
  96.               PNTMSG
  97.               KMHELP
  98.  
  99.      ===>  The KMAIL.HLP has been renamed to just KMHELP. Please delete
  100.      ===>  the old version and use the new help file with this version.
  101.  
  102.            Any sequence of stacked U/D commands are now accepted.
  103.            KMAIL U D Y G  or  KMAIL D Y U G  will work just fine now.
  104.  
  105.            Local mode now works exactly the same as remote callers.
  106.  
  107.            The .PNT file now contains message pointers of both BEFORE
  108.            and AFTER the mail download. When resetting message pointers
  109.            the caller may choose which set to use.
  110.  
  111.            Added "File Send" services, see KMail DOC under heading
  112.            Extended Services for info.
  113.  
  114.            Changed "Want to Receive this Packet" prompt to require
  115.            a specific match rather than default to No.
  116.  
  117.            Added enhanced error messages in a couple of places to help
  118.            isolate a problem reading CNAMES.@@@
  119.  
  120.            Added Fido style tag line support. Use: Fido_Tag=Yes in CFG.
  121.  
  122.            Revised security checking to test for "Locked" conferences
  123.            and expired security levels.
  124.  
  125.            KMail now adds user for Yours Only if a message is uploaded
  126.            into a non-selected conference. (subject to security checks)
  127.  
  128.            No longer strip the NE: from the Subject line so the the
  129.            receiver will be aware that the message is local only.
  130.  
  131.            Added message to indicate MESSAGES.DAT has reached limit.
  132.  
  133.            PreZip process failed when scanning for the name in USERS
  134.            record #1. This bug has been here since day 1 and nobody
  135.            has tried doing this until recently.
  136.  
  137.            Changed BBSID.PTR to BBSID.PNT to avoid conflict with Rnet.
  138.  
  139.            Fixed error 201 which occured processing a REP packet if the
  140.            message + the tag line ended exactly on the last byte of any
  141.            given message buffer.
  142.  
  143.            Changed logic in the conference selection routine to avoid
  144.            the "Conference out of Range" message. The user is now moved
  145.            directly to the appropriate selection panel.
  146.  
  147.            Added ability to specify maximum MESSAGES.DAT size.
  148.  
  149.            Fixed error 201 at 0051:2D3E in the PTR processing routine.
  150.            It couldn't handle a message number greater than 65,535.
  151.  
  152.            New option "Sysop_Alias=" is implemented in the CFG file. This
  153.            option is intended for those Sysops who may have something
  154.            other than their real name in record #1 of users.  Using this
  155.            option will cause messages addressed to the alias name to be
  156.            included in the personal index of a download packet. The
  157.            messages will also be marked as having been read. This option
  158.            has no effect when uploading.
  159.  
  160. KMAIL290 - 12/22/91
  161.  
  162.            Fixed a long standing problem that caused a caller to be
  163.            returned to CONF 255 if the door was opened from within any
  164.            conference greater that 255.
  165.  
  166.            Adjusted routines so that CTRL-K will abort the message scan.
  167.  
  168.            Added check for carrier-loss in the conference scan routine.
  169.  
  170.            New parm "Disable=xx" added to configuration to indicate the
  171.            number of minutes prior to event to prohibit downloading.
  172.  
  173.            Kmail was incorrectly asking for qwk/rep location after
  174.            receiving a .REP using a bi-directional protocol.
  175.  
  176.            Due to debugging code enabled, Kmail was trying to read
  177.            CONFINFO causing an error message.    Fixed!
  178.  
  179.            Adjustments made to handle EZ 2.0 reply packets.
  180.  
  181.            Chat time was not being credited to the caller
  182.  
  183.            Network status was not being granted for private conferences.
  184.  
  185. KMAIL289 - 11/11/91
  186.  
  187.            Due to debugging code left in a routine, the Speed parms
  188.            were not being processed from the CFG file.
  189.  
  190. KMAIL288 - 11/09/91
  191.  
  192.            Added additional user option "Message Limits" to allow
  193.            callers to specify messages per conference and overall
  194.            number of messages. (not to exceed system defaults).
  195.  
  196.            Added HS/Link protocol support. Just add the appropriate
  197.            HS= and HR= entries to KMail.CFG to enable HS/Link.
  198.  
  199.            Expanded TPA bytes to 18 to allow saving the date/time of
  200.            files sent via the SysFile function and to allow for
  201.            future functions.
  202.  
  203.            Using PCBSM, select "User Info File Maintenance" and update
  204.            the KMAIL Third Party Application entry with the following info.
  205.  
  206.    ==>     Version      :    30    <---- This changed!
  207.    ==>     Static Size  :    18    <---- This changed!
  208.            Dynamic Size :     1
  209.            Keyword      : KMAIL
  210.  
  211.            Network status not enabled correctly on some systems when
  212.            Ignore_Echo=Yes was in effect.  Fixed!
  213.  
  214.            Corrected new files scan when in conferences > 255.
  215.  
  216.            Added an option to prevent the caller from logging off
  217.            from within the door. Include:  Disable_Goodbye=Yes
  218.            in the KMAIL.CFG to enable this option.
  219.  
  220.            Update the time-used and time-left fields more frequently
  221.            to try and keep them in sync with PCBoard.
  222.  
  223. KMAIL287 - 08/26/91
  224.  
  225.            Added ability to transmit network adminstration files
  226.            within the QWK packet. See heading SYSFILE.DAT in docs.
  227.  
  228.            Increased HEAP and STACK allocations to see if that will
  229.            prevent the lockup that a couple of people have reported.
  230.  
  231. KMAIL286 - 08/14/91
  232.  
  233.            Midnight boundry still causing a problem. Revised elapsed
  234.            time checking to cover all cases that I can think of.
  235.  
  236. KMAIL285 - 08/11/91
  237.  
  238.            Fixed a problem for multinode systems where an abend would
  239.            occur during the New File scan if PCBFiler was also running.
  240.  
  241.            Fixed a midnight boundry problem that could cause a user to
  242.            have ZERO time the following day. This could happen if the
  243.            KMail session spanned the midnight boundry and the caller
  244.            logged off from within the KMail door.
  245.  
  246.            Added the KWORK drive and path info to the %3 parm passed
  247.            to Xmodem protocol batch files.
  248.  
  249.            No longer translate @USER@ to real name if caller has
  250.            network status.
  251.  
  252.            Added user selectable mail scan option to allow scanning
  253.            of "Personal" + "To All" messages.
  254.  
  255.            Updated KMAIL.HLP file.
  256.  
  257.            Changes to allow KMail to use the protocol batch files
  258.            from the KMail subdirectory when present.
  259.  
  260.            Strip trailing blanks from entries in the .CFG file.
  261.            Some editors were doing this, causing a problem.
  262.  
  263.            KMail was appending a TAG line to messages imported from
  264.            other systems. This is incorrect, TAG's should only be
  265.            appended to messages which originate on your system. Fixed!
  266.  
  267.            The help info would not display on the first invocation by a
  268.            user, except for the sysop. That's why I missed it.  Fixed!
  269.  
  270. KMAIL284 - 07/13/91
  271.  
  272.            Fixed yet another failure to set the mail-waiting flags.
  273.  
  274.            Added TAG line support. (See .CFG for details.)
  275.  
  276.            Also included with this level are new Welcome and Welcomeg
  277.            files. Be sure and include them in your \KMAIL directory
  278.            unless you have customized your own version.
  279.  
  280. KMAIL283 - 07/06/91
  281.  
  282.            Added @XX color codes to the KMAIL.HLP file.
  283.  
  284.            Corrected an intermittent problem causing the mail waiting
  285.            flags to not be set.
  286.  
  287.            SCRIPT0 processing was causing an unexpected "Enter to
  288.            Continue" prompt to the caller. Disabled displaying
  289.            the script0 file for now.
  290.  
  291. KMAIL282 - 07/01/91
  292.  
  293.            Added processing to set the "Mail Waiting" flags for the
  294.            various conferences during message importing. A .CFG option
  295.            Mail_Waiting=Yes/No is provided to disable it.
  296.  
  297.   ====>    KMAIL.HLP has been changed to a new format, be sure and
  298.            put the new version into your \KMAIL directory.
  299.  
  300.            Fixed a runtime 201 error caused by trying to set the
  301.            "has been read" flag of a purged message.
  302.  
  303.            Corrected Xmodem %1 and %2 parms, they were reversed.
  304.  
  305.            The SCRIPT0 file is now processed directly from the
  306.            location specified in PCBSetup.
  307.  
  308.            Fixed the System News file processing which was broken
  309.            a few levels back. The System News file processing now
  310.            respects the PCBSetup option to only send "new" news.
  311.  
  312. KMAIL281 - 06/14/91
  313.  
  314.            Included options in the CFG file to control ARC and LHA
  315.            processing. (ARC=Yes/No and LHA=Yes/No).
  316.  
  317.            Altered processing of SCRIPT0 file to prevent a message
  318.            from LHA if the SCRIPT0 is missing.
  319.  
  320. KMAIL280 - 06/09/91
  321.  
  322.            Restructured code to allow multi-node systems to run using
  323.            a common \KMAIL sub-directory.
  324.  
  325.            Added support for LHA.
  326.  
  327.            Removed the dir prompt when running in Local mode if the
  328.            QWK/REP locations are specified in the CFG file.
  329.  
  330.            Resolved compatibility problem with PowerQwk RDR.
  331.  
  332. KMAIL279 - 05/26/91
  333.  
  334.            Added support for 14,400 carrier speed. Also, removed 19,200
  335.            and 38,400 parms from the CFG file as these are port speeds
  336.            rather than carrier speeds.
  337.  
  338. KMAIL278 - 05/25/91
  339.  
  340.            Resolved a compatibility problem with SLMR 2.0, lousy timing!
  341.  
  342.            Made a change to KEY file processing on multi-node systems to
  343.            assist those that have different BBS name text on each node.
  344.            (more info in doc file)
  345.  
  346. KMAIL277 - 05/24/91
  347.  
  348.            Added BiModem support.
  349.  
  350.            Added an online HELP file "KMAIL.HLP" that callers may
  351.            view within Kmail. Just place this file in the \KMAIL dir.
  352.  
  353.            Fixed a problem that caused Kmail to reject a message if
  354.            the Sysop was using their "Real Name" in the from field.
  355.  
  356.            Fixed a problem that caused Kmail to ignore any Keyword
  357.            in the TPA record other than 'KMAIL'.
  358.  
  359.            Fixed an error in calling the Xmodem-1K protocol.
  360.  
  361.            Included separate protocol entries for Xmodem/Sum
  362.            and Xmodem/CRC to help reduce confusion.
  363.  
  364.            To assist those Sysop's who have separate QWK/REP locations,
  365.            the Loc_Dir option has been split into Qwk_Dir & Rep_Dir.
  366.  
  367.            Added parm "Buffers=" to the KMAIL.CFG to allow controlling
  368.            the number of buffered I/O blocks that Kmail will allocate.
  369.            Previously was hard coded to use (120) 512 byte blocks.
  370.